Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit 0b5c8e4e6838537868bd69be7a0cb008a889bda7


Parents : 42e7c2c
Author : Sudo-Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-01-02T09:39:48-06:00

refactor(CallPage): cleanup

Changes

1 files changed, 5 insertions(+), 5 deletions(-)


Diff

diff --git a/meshchatx/src/frontend/components/call/CallPage.vue b/meshchatx/src/frontend/components/call/CallPage.vue
index a3e2071c..ffbbd933 100644
--- a/meshchatx/src/frontend/components/call/CallPage.vue
+++ b/meshchatx/src/frontend/components/call/CallPage.vue
@@ -1459,11 +1459,6 @@ export default {
isCallInputFocused: false,
};
},
- watch: {
- destinationHash() {
- this.selectedSuggestionIndex = -1;
- },
- },
computed: {
isMicMuted() {
return this.activeCall?.is_mic_muted ?? false;
@@ -1533,6 +1528,11 @@ export default {
return suggestions.slice(0, 8);
},
},
+ watch: {
+ destinationHash() {
+ this.selectedSuggestionIndex = -1;
+ },
+ },
mounted() {
this.getConfig();
this.getAudioProfiles();


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────